home *** CD-ROM | disk | FTP | other *** search
/ F1 Licenseware / F1 Licenseware - Volume 1.iso / disks / 028.dms / 028.adf / Commands_List / Shell_Management / Path < prev    next >
Encoding:
Text File  |  1993-08-08  |  661 b   |  24 lines

  1. Command NAme : Path
  2.  
  3. Function : Add a drawer to the search path
  4.  
  5. Arguments : {<path>} [ADD]
  6.  
  7. Location : C directory
  8.  
  9. When you type in a command without a path in a CLI window, the srearch path
  10. tells AmigaDOS where to look.  It searches in places like the C directory,
  11. the S directory and the current directory for the command.  If the command
  12. is not found in any of these places you are informed that the file could not
  13. be found.  Path adds new drawers to the search list.
  14.  
  15. Examples
  16.  
  17. Path Df1:Programs ADD
  18.  
  19.         Adds the programs drawer of Df1: to the search pah
  20.  
  21. Path Df1:Programs Df1:Documents Df0:Music ADD
  22.  
  23.         Adds these drawers to the search path.
  24.